/* .header{
	background-color: #c0ccfe;
	background-image: none;
} */
.pointsex {
    margin: 0 auto;
    margin-top: 40px;
    width: 420px;
    height: 380px;
    border-radius: 10px;
    background: #ededed;
    overflow: hidden;
    margin-bottom: 30px;
}
.main  {
 
    width: 420px;
    margin: 0 auto;
}
.main >h6 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 20px;

} 
.main > span {
    font-size: 20px;
    color: #fd6f85;

}
.main > p {
    margin-top: 30px;
    text-indent: 2em;
    font-size: 20px;
    color: #000000;
    line-height: 35px;
}
.model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, .5);
} 
.slidupp {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 290px;
    background: #ffffff;
}
.content {
    width: 420px;
    margin: 0 auto;
    margin-top: 60px;
}
.content > h6 {
    font-size: 26px;
    color: #000000;
}
.payment {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment >span {
    font-size: 20px;
    color: #000000;
}
.patment-integral {
    font-size: 20px;
    color: #fd6f85!important;
}
.confirm {
    position: fixed;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #00b4d4;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    border-radius: 3px;
}
.off {
    width: 30px;
    height: 30px;
    font-size: 60px;
    color: #0e0e0e;
    position: absolute;
    top: 20px;
    right: 30px;
}